home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Sample.bin / Stylepad.properties < prev    next >
Text File  |  1998-06-30  |  2KB  |  85 lines

  1. # @(#)Stylepad.properties    1.3 98/04/01
  2. #
  3. # Resource strings for Stylepad example
  4.  
  5. Title=Stylepad
  6. ViewportBackingStore=true
  7.  
  8. # menubar definition
  9. #
  10. # Each of the strings that follow form a key to be 
  11. # used to the actual menu definition.
  12. menubar=file edit color font debug
  13.  
  14. # Menu labels
  15. colorLabel=Color
  16. Red=Red
  17. Green=Green
  18. Blue=Blue
  19.  
  20. boldLabel=Bold
  21. italicLabel=Italic
  22.  
  23. # font menu
  24. font=family1 family2 family3 - size1 size2 size3 size4 - bold italic underline
  25. fontLabel=Font
  26. family1Label=Helvetica
  27. family1Action=font-family-SansSerif
  28. family2Label=Courier
  29. family2Action=font-family-Monospaced
  30. family3Label=Times Roman
  31. family3Action=font-family-Serif
  32. size1Label=10
  33. size1Action=font-size-10
  34. size2Label=12
  35. size2Action=font-size-12
  36. size3Label=18
  37. size3Action=font-size-18
  38. size4Label=24
  39. size4Action=font-size-24
  40. boldLabel=Bold
  41. boldAction=font-bold
  42. italicLabel=Italic
  43. italicAction=font-italic
  44. underlineLabel=Underline
  45. underlineAction=font-underline
  46.  
  47. #
  48. # debug Menu definition
  49. #
  50. debug=dump
  51. debugLabel=Debug
  52. dumpLabel=Dump model to System.err
  53. dumpAction=dump-model
  54.  
  55. # toolbar definition
  56. #
  57. # Each of the strings that follow form a key to be
  58. # used as the basis of the tool definition.  Actions
  59. # are of course sharable, and in this case are shared
  60. # with the menu items.
  61. toolbar=new open save - cut copy paste - bold italic underline - left center right
  62.  
  63. boldImage=images/bold.gif
  64. boldTooltip=Bold
  65. italicImage=images/italic.gif
  66. italicTooltip=Italic
  67. underlineImage=images/underline.gif
  68. underlineTooltip=Underline
  69. foregroundImage=images/fg.gif
  70. leftImage=images/left.gif
  71. leftTooltip=Left Justify
  72. leftAction=left-justify
  73. centerImage=images/center.gif
  74. centerTooltip=Center Justify
  75. centerAction=center-justify
  76. rightImage=images/right.gif
  77. rightTooltip=Right Justify
  78. rightAction=right-justify
  79. bulletsImage=images/bullets.gif
  80.  
  81. # wonderland example images
  82. aliceGif=images/alice.gif
  83. caterpillarGif=images/caterpillar.gif
  84. hatterGif=images/hatter.gif
  85.